home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr44 / newmat08.zip / TMT_B.MAK < prev    next >
Text File  |  1995-01-11  |  4KB  |  258 lines

  1. .AUTODEPEND
  2.  
  3. #        *Translator Definitions*
  4. CC = bcc -Qe- +TMT_B.CFG
  5. TASM = TASM
  6. TLIB = tlib
  7. TLINK = tlink
  8. LIBPATH = D:\BORLANDC\LIB
  9. INCLUDEPATH = D:\BORLANDC\INCLUDE
  10.  
  11.  
  12. #        *Implicit Rules*
  13. .c.obj:
  14.   $(CC) -c {$< }
  15.  
  16. .cpp.obj:
  17.   $(CC) -c {$< }
  18.  
  19. #        *List Macros*
  20.  
  21.  
  22. EXE_dependencies =  \
  23.  tmti.obj \
  24.  tmtj.obj \
  25.  myexcept.obj \
  26.  newmatex.obj \
  27.  tmth.obj \
  28.  bandmat.obj \
  29.  fft.obj \
  30.  newmat9.obj \
  31.  evalue.obj \
  32.  submat.obj \
  33.  cholesky.obj \
  34.  hholder.obj \
  35.  sort.obj \
  36.  newmatrm.obj \
  37.  jacobi.obj \
  38.  tmtf.obj \
  39.  svd.obj \
  40.  tmte.obj \
  41.  tmtd.obj \
  42.  newmat8.obj \
  43.  tmtc.obj \
  44.  tmtb.obj \
  45.  newmat7.obj \
  46.  newmat6.obj \
  47.  newmat5.obj \
  48.  newmat3.obj \
  49.  newmat4.obj \
  50.  newmat2.obj \
  51.  newmat1.obj \
  52.  tmt.obj \
  53.  tmt1.obj \
  54.  tmt2.obj \
  55.  tmt3.obj \
  56.  tmt4.obj \
  57.  tmt5.obj \
  58.  tmt6.obj \
  59.  tmt7.obj \
  60.  tmt8.obj \
  61.  tmt9.obj \
  62.  tmta.obj \
  63.  tmtg.obj
  64.  
  65. #        *Explicit Rules*
  66. tmt_b.exe: tmt_b.cfg $(EXE_dependencies)
  67.   $(TLINK) /v/x/c/d/P-/L$(LIBPATH) @&&|
  68. c0l.obj+
  69. tmti.obj+
  70. tmtj.obj+
  71. myexcept.obj+
  72. newmatex.obj+
  73. tmth.obj+
  74. bandmat.obj+
  75. fft.obj+
  76. newmat9.obj+
  77. evalue.obj+
  78. submat.obj+
  79. cholesky.obj+
  80. hholder.obj+
  81. sort.obj+
  82. newmatrm.obj+
  83. jacobi.obj+
  84. tmtf.obj+
  85. svd.obj+
  86. tmte.obj+
  87. tmtd.obj+
  88. newmat8.obj+
  89. tmtc.obj+
  90. tmtb.obj+
  91. newmat7.obj+
  92. newmat6.obj+
  93. newmat5.obj+
  94. newmat3.obj+
  95. newmat4.obj+
  96. newmat2.obj+
  97. newmat1.obj+
  98. tmt.obj+
  99. tmt1.obj+
  100. tmt2.obj+
  101. tmt3.obj+
  102. tmt4.obj+
  103. tmt5.obj+
  104. tmt6.obj+
  105. tmt7.obj+
  106. tmt8.obj+
  107. tmt9.obj+
  108. tmta.obj+
  109. tmtg.obj
  110. tmt_b
  111.         # no map file
  112. fp87.lib+
  113. mathl.lib+
  114. cl.lib
  115. |
  116.  
  117.  
  118. #        *Individual File Dependencies*
  119. tmti.obj: tmt_b.cfg tmti.cpp 
  120.     $(CC) -c tmti.cpp
  121.  
  122. tmtj.obj: tmt_b.cfg tmtj.cpp 
  123.     $(CC) -c tmtj.cpp
  124.  
  125. myexcept.obj: tmt_b.cfg myexcept.cpp 
  126.     $(CC) -c myexcept.cpp
  127.  
  128. newmatex.obj: tmt_b.cfg newmatex.cpp 
  129.     $(CC) -c newmatex.cpp
  130.  
  131. tmth.obj: tmt_b.cfg tmth.cpp 
  132.     $(CC) -c tmth.cpp
  133.  
  134. bandmat.obj: tmt_b.cfg bandmat.cpp 
  135.     $(CC) -c bandmat.cpp
  136.  
  137. fft.obj: tmt_b.cfg fft.cpp 
  138.     $(CC) -c fft.cpp
  139.  
  140. newmat9.obj: tmt_b.cfg newmat9.cpp 
  141.     $(CC) -c newmat9.cpp
  142.  
  143. evalue.obj: tmt_b.cfg evalue.cpp 
  144.     $(CC) -c evalue.cpp
  145.  
  146. submat.obj: tmt_b.cfg submat.cpp 
  147.     $(CC) -c submat.cpp
  148.  
  149. cholesky.obj: tmt_b.cfg cholesky.cpp 
  150.     $(CC) -c cholesky.cpp
  151.  
  152. hholder.obj: tmt_b.cfg hholder.cpp 
  153.     $(CC) -c hholder.cpp
  154.  
  155. sort.obj: tmt_b.cfg sort.cpp 
  156.     $(CC) -c sort.cpp
  157.  
  158. newmatrm.obj: tmt_b.cfg newmatrm.cpp 
  159.     $(CC) -c newmatrm.cpp
  160.  
  161. jacobi.obj: tmt_b.cfg jacobi.cpp 
  162.     $(CC) -c jacobi.cpp
  163.  
  164. tmtf.obj: tmt_b.cfg tmtf.cpp 
  165.     $(CC) -c tmtf.cpp
  166.  
  167. svd.obj: tmt_b.cfg svd.cpp 
  168.     $(CC) -c svd.cpp
  169.  
  170. tmte.obj: tmt_b.cfg tmte.cpp 
  171.     $(CC) -c tmte.cpp
  172.  
  173. tmtd.obj: tmt_b.cfg tmtd.cpp 
  174.     $(CC) -c tmtd.cpp
  175.  
  176. newmat8.obj: tmt_b.cfg newmat8.cpp 
  177.     $(CC) -c newmat8.cpp
  178.  
  179. tmtc.obj: tmt_b.cfg tmtc.cpp 
  180.     $(CC) -c tmtc.cpp
  181.  
  182. tmtb.obj: tmt_b.cfg tmtb.cpp 
  183.     $(CC) -c tmtb.cpp
  184.  
  185. newmat7.obj: tmt_b.cfg newmat7.cpp 
  186.     $(CC) -c newmat7.cpp
  187.  
  188. newmat6.obj: tmt_b.cfg newmat6.cpp 
  189.     $(CC) -c newmat6.cpp
  190.  
  191. newmat5.obj: tmt_b.cfg newmat5.cpp 
  192.     $(CC) -c newmat5.cpp
  193.  
  194. newmat3.obj: tmt_b.cfg newmat3.cpp 
  195.     $(CC) -c newmat3.cpp
  196.  
  197. newmat4.obj: tmt_b.cfg newmat4.cpp 
  198.     $(CC) -c newmat4.cpp
  199.  
  200. newmat2.obj: tmt_b.cfg newmat2.cpp 
  201.     $(CC) -c newmat2.cpp
  202.  
  203. newmat1.obj: tmt_b.cfg newmat1.cpp 
  204.     $(CC) -c newmat1.cpp
  205.  
  206. tmt.obj: tmt_b.cfg tmt.cpp 
  207.     $(CC) -c tmt.cpp
  208.  
  209. tmt1.obj: tmt_b.cfg tmt1.cpp 
  210.     $(CC) -c tmt1.cpp
  211.  
  212. tmt2.obj: tmt_b.cfg tmt2.cpp 
  213.     $(CC) -c tmt2.cpp
  214.  
  215. tmt3.obj: tmt_b.cfg tmt3.cpp 
  216.     $(CC) -c tmt3.cpp
  217.  
  218. tmt4.obj: tmt_b.cfg tmt4.cpp 
  219.     $(CC) -c tmt4.cpp
  220.  
  221. tmt5.obj: tmt_b.cfg tmt5.cpp 
  222.     $(CC) -c tmt5.cpp
  223.  
  224. tmt6.obj: tmt_b.cfg tmt6.cpp 
  225.     $(CC) -c tmt6.cpp
  226.  
  227. tmt7.obj: tmt_b.cfg tmt7.cpp 
  228.     $(CC) -c tmt7.cpp
  229.  
  230. tmt8.obj: tmt_b.cfg tmt8.cpp 
  231.     $(CC) -c tmt8.cpp
  232.  
  233. tmt9.obj: tmt_b.cfg tmt9.cpp 
  234.     $(CC) -c tmt9.cpp
  235.  
  236. tmta.obj: tmt_b.cfg tmta.cpp 
  237.     $(CC) -c tmta.cpp
  238.  
  239. tmtg.obj: tmt_b.cfg tmtg.cpp 
  240.     $(CC) -c tmtg.cpp
  241.  
  242. #        *Compiler Configuration File*
  243. tmt_b.cfg: tmt_b.mak
  244.   copy &&|
  245. -ml
  246. -3
  247. -f287
  248. -N
  249. -H=TMT_B.SYM
  250. -weas
  251. -wpre
  252. -I$(INCLUDEPATH)
  253. -L$(LIBPATH)
  254. -P.C
  255. | tmt_b.cfg
  256.  
  257.  
  258.